You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > CopyFromArray Method > TOpenCLMtxVec.CopyFromArray Method ([In] float[], int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.CopyFromArray Method ([In] float[], int, int)

Copies array content.

Syntax
C#
Visual Basic
public void CopyFromArray([In] float[] Src, int Index, int Len);

Copies Len elements from the Src array and stores them in the calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!